projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43705c7
)
Revert "tests: Disable accel test until fixed"
author
Bastien Nocera
<hadess@hadess.net>
Wed, 16 Nov 2011 15:02:06 +0000
(15:02 +0000)
committer
Bastien Nocera
<hadess@hadess.net>
Wed, 16 Nov 2011 15:02:06 +0000
(15:02 +0000)
The test now works correctly.
This reverts commit
ba397a3431ee3850a72d8eab394b7ee62e65b737
.
gtk/tests/Makefile.am
patch
|
blob
|
history
diff --git
a/gtk/tests/Makefile.am
b/gtk/tests/Makefile.am
index 8187927610854e55acf78eceed0902ca7c79e2c0..f71e346f0ef8ce4ac9ba78b725f5319fee6a96b0 100644
(file)
--- a/
gtk/tests/Makefile.am
+++ b/
gtk/tests/Makefile.am
@@
-54,11
+54,9
@@
TEST_PROGS += floating
floating_SOURCES = floating.c
floating_LDADD = $(progs_ldadd)
-# This doesn't work, see:
-# https://bugzilla.gnome.org/show_bug.cgi?id=662755
-#TEST_PROGS += accel
-#accel_SOURCES = accel.c
-#accel_LDADD = $(progs_ldadd)
+TEST_PROGS += accel
+accel_SOURCES = accel.c
+accel_LDADD = $(progs_ldadd)
#TEST_PROGS += object
#object_SOURCES = object.c pixbuf-init.c